If you have a Blog in a CMS which isn't Wordpress, Drupal or Joomla, then you will likely not have some automated way to post your new blog…
Laravel - Up and Running: A Framework for Building Modern PHP Apps Amazon.com | Amazon.co.uk Matt Stauffer What sets Laravel apart from…
Working Effectively with Legacy Code Amazon.com | Amazon.co.uk Michael C. Feathers The average book on Agile software development…
This little command is a lifesaver and will save you so much time when switching and merging previous branches in your GIT workflow. See the…
I found this MagPi Tutorial to be a really nice starting project for my newly purchased Pi 3. However, I did run into a few problems which…
I started listening to a great Podcast series which talks a lot about different PHP and server technologies and on one of the later…
This evening, I had myself a little challenge. I would turn my two containers (MariaDB and my own built container) into more containers, but…
I want to share with you how I am hosting my website with Digital Ocean (hosting company) and Docker (places your app in containers…
I have started using Laravel's View Composers which come in handy when you have a navigation bar that constantly needs certain data. For…
I want to show you guys just how quick and easy it easy to get a Laravel project up and running alongside Vagrant/Homestead. 1 . Head over…
This is a quick post to details some issues I have found when trying to use Docker within a Mac or Windows environment. I had been following…
Last week I promised that I will be creating some tutorials regarding Oauth and Laravel's Socialite plugin. Today, we will start with…
I've seen a couple of questions regarding the error "Curl: (60) SSL certificate : Unable to get local issuer certificate" and thought I…
Just recently at work, I had to change the way my news articles worked. We have a client who has Holiday Homes, and they have news articles…
I've been developing a couple of projects which use UTF-8 encoding on my databases, but have found that this has been problematic recently…
I needed a way to change the sort order of my data inside of an admin interface which I have created. After a little looking around, I found…
For this tutorial, I will show you guys how I managed to create an image uploader for your profile image. This is very similar to how…
This will be a fairly simple tutorial as I'm not re-creating the wheel here. I started by developing a login/registration system by myself…
Just today, I was looking at using a ternary operator in Laravel's Blade templating system and thought to myself... "There must be a better…
I have been in the Laravel chats for quite a while now and one question which I see requarly is how to remove the public/index.php directory…
I have managed to create a dynamic navigation package which can be seen in my previous post. If you go to Packagist you will be able to…
Learn more Laravel here Thanks to this very Laravel topic over at Laravel.io and Josh Benham I managed to find out how to make my very…
Recently I have been finding out the slight differences between Windows and Linux for use with Laravel and Composer. One difference is…
I've been wanting to make a social networking website for a long time, one which will rival the big guys. I also thought about maybe doing…
Previously on a project, I had to have a slug within my routes which would point to two different tables within my database. I needed a…